home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / FILNAMES.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  551b  |  23 lines

  1. .I 0 2
  2. /* +++Date last modified: 24-Nov-1996 */
  3.  
  4. .D 15 2
  5. .I 19 17
  6. /*
  7. **  FNSPLIT.C prototypes and definitions
  8. */
  9.  
  10. #define Extension_ 1
  11. #define Filename_  2
  12. #define Directory_ 4
  13. #define Drive_     8
  14. #define Wildname_  16
  15. #define Wildpath_  32
  16.  
  17. Boolean_T has_wild(char *pname);
  18. int       fnSplit(char *spec, char *drive, char *pname, char *path,
  19.                   char *fname, char *name, char *ext);
  20. char     *fnMerge(char *spec, char *drive, char *pname, char *path,     
  21.                   char *fname, char *name, char *ext) ;
  22.  
  23.